home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-09-02  |  2.2 KB  |  105 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 109
  4.   Width = 272
  5.   Height = 375
  6.   Caption = 'R.A.S (Remote Attack Suit)'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 8
  16.     Top = 16
  17.     Width = 105
  18.     Height = 313
  19.     Caption = 'Select Attack'
  20.     Font.Charset = ANSI_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -19
  23.     Font.Name = 'Creepygirl'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     object BitBtn1: TBitBtn
  28.       Left = 8
  29.       Top = 40
  30.       Width = 89
  31.       Height = 33
  32.       Caption = 'Ping O Death'
  33.       TabOrder = 0
  34.       OnClick = BitBtn1Click
  35.     end
  36.     object BitBtn2: TBitBtn
  37.       Left = 8
  38.       Top = 96
  39.       Width = 89
  40.       Height = 33
  41.       Caption = 'Nt Lag '
  42.       TabOrder = 1
  43.       OnClick = BitBtn2Click
  44.     end
  45.     object BitBtn3: TBitBtn
  46.       Left = 8
  47.       Top = 152
  48.       Width = 89
  49.       Height = 33
  50.       Caption = 'FinGer O Death'
  51.       TabOrder = 2
  52.       OnClick = BitBtn3Click
  53.     end
  54.     object BitBtn4: TBitBtn
  55.       Left = 8
  56.       Top = 208
  57.       Width = 89
  58.       Height = 33
  59.       Caption = 'OOB Attack'
  60.       TabOrder = 3
  61.       OnClick = BitBtn4Click
  62.     end
  63.     object BitBtn5: TBitBtn
  64.       Left = 8
  65.       Top = 264
  66.       Width = 89
  67.       Height = 33
  68.       Caption = 'Web Server A.'
  69.       TabOrder = 4
  70.       OnClick = BitBtn5Click
  71.     end
  72.   end
  73.   object Memo1: TMemo
  74.     Left = 120
  75.     Top = 24
  76.     Width = 137
  77.     Height = 305
  78.     Alignment = taCenter
  79.     Lines.Strings = (
  80.       ''
  81.       ''
  82.       ''
  83.       '      Well One day I figured '
  84.       'I'#39'd go programsomething '
  85.       'that had to do with DOS '
  86.       'attacks.. This is what I '
  87.       'came out with. '
  88.       '       There are 5 attacks '
  89.       'here... some of them are '
  90.       'older then others and '
  91.       'some of them may '
  92.       'blantadly not work.. '
  93.       'but this is a beta '
  94.       'version and one of my '
  95.       'first attempts at programing '
  96.       'something like this .. so '
  97.       'bear with me '
  98.       'R.A.S Version 1.1 '
  99.       'contact: '
  100.       'Darkling69@hotmail.com')
  101.     ReadOnly = True
  102.     TabOrder = 1
  103.   end
  104. end
  105.